Xbasic

SQL::UpdateStatementReset Method

Syntax

V Reset()

Arguments

SQL::UpdateStatement

A SQL::UpdateStatement object.

Description

Reset the query as if it had just been created.

Discussion

The Reset() function resets the values in the SQL::UpdateStatement object as if it had just been created.

See Also